home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / notes.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  341 b   |  9 lines

  1. @echo off
  2. echo Here is a listing of "NOTES" files.  Note how /x is used to filter out
  3. echo extraneous files that would otherwise match the pattern.
  4. call presskey
  5. :: Below is the same as:
  6. :: ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
  7. echo on
  8. ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
  9.